home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP Eylül 1996.iso
/
utils
/
povray
/
povmnf.sea
/
POVRAY
/
POV-Ray.rsrc
/
TEXT_400_Texture “Shell”.txt
< prev
next >
Wrap
Text File
|
1994-02-09
|
567b
|
22 lines
// declare a texture of a shape's surface (goes inside an object)
// any of the attributes can be changed, or left out (default)
texture
{
// pigment - attributes for surface color
pigment
{
// agate, wood, checker, color, gradient…
}
// normal - attributes for surface ΓÇ£textureΓÇ¥
normal
{
// bumps, dents, ripples, bump_map...
}
// finish - attributes for surface finish or shininess
finish
{
// phong, specular, reflection, diffuse, metallic...
}
// material_map, tiles…
}